home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NET.HL_ / net.hlp
Encoding:
Text (UTF-16)  |  1999-11-10  |  110.9 KB  |  1,275 lines

  1. /*Copyright (c) 1991-1993 Microsoft Corporation
  2.  
  3. Module Name:
  4.  
  5.     net.hlp
  6.  
  7. Abstract:
  8.  
  9.     This file contains the help text used by the net command.  It is used
  10.     as is by the net command (e.g. it isn't "built" into some other form).
  11.  
  12. Environment:
  13.  
  14.     User Mode - Win32
  15.     Portable to any flat, 32-bit environment.  (Uses Win32 typedefs.)
  16.     Requires ANSI C extensions: slash-slash comments.
  17.  
  18. Notes:
  19.  
  20.     You will find the documentation on how this file is formatted at the end
  21.     of this file.
  22.  
  23. --*/
  24.  
  25. %A CONTINUE:     CONT
  26. %A FILE:     FILES
  27. %A GROUP:     GROUPS
  28. %A REPLICATOR: REPL, REPLICATOR
  29. %A SESSION:     SESSIONS, SESS
  30. %A STATISTICS:     STATS
  31. %A USER:     USERS
  32. %A WORKSTATION:     REDIRECTOR, REDIR, RDR, WORK, WKSTA, PRDR, DEVRDR
  33. %A MESSENGER:     MSG, RECEIVER, RCV
  34. %A SERVER:     SVR,  SRV
  35.  
  36. !C NET
  37. !C NAMES
  38. !C SYNTAX
  39. !C SERVICES
  40.  
  41. .1 SERVICES
  42. :1 
  43.  
  44.    Help is available only in the online Command Reference (NTCMDS.HLP) for
  45.    starting these network services:
  46.  
  47.       NET START ALERTER                      
  48.       NET START CLIENT SERVICE FOR NETWARE  
  49.       NET START CLIPBOOK SERVER              
  50.       NET START COMPUTER BROWSER             
  51.       NET START DHCP CLIENT
  52.       NET START DIRECTORY REPLICATOR         
  53.       NET START EVENTLOG                     
  54.       NET START                   
  55.       NET START LPDSVC
  56.       NET START MESSENGER                    
  57.       NET START NET LOGON                    
  58.       NET START NETWORK DDE                  
  59.       NET START NETWORK DDE DSDM             
  60.       NET START NETWORK MONITORING AGENT
  61.       NET START NT LM SECURITY SUPPORT PROVIDER
  62.       NET START REMOTE ACCESS CONNECTION MANAGER
  63.       NET START REMOTE ACCESS ISNSAP SERVICE
  64.       NET START REMOTE ACCESS SERVER
  65.       NET START REMOTE PROCEDURE CALL (RPC) LOCATOR
  66.       NET START REMOTE PROCEDURE CALL (RPC) SERVICE
  67.       NET START SCHEDULE
  68.       NET START SERVER
  69.       NET START SIMPLE TCP/IP SERVICES
  70.       NET START SNMP
  71.       NET START SPOOLER
  72.       NET START TCPIP NETBIOS HELPER
  73.       NET START UPS
  74.       NET START WORKSTATION
  75.  
  76.    These services are available only on Windows Server:
  77.  
  78.       NET START FILE SERVER FOR MACINTOSH    
  79.       NET START GATEWAY SERVICE FOR NETWARE  
  80.       NET START MICROSOFT DHCP SERVER
  81.       NET START PRINT SERVER FOR MACINTOSH
  82.       NET START WINDOWS INTERNET NAME SERVICE
  83.  
  84.    When typed at the command prompt, service names of two words or more must
  85.    be enclosed in quotation marks. For example, NET START "COMPUTER BROWSER"
  86.    starts the computer browser service.
  87.  
  88. #1
  89. $1 There are no options for this topic. This topic is a list of 
  90.    network services that can be started. It is not a NET command.
  91.  
  92. .1 SYNTAX
  93. :1
  94.  
  95.    The following conventions are used to indicate command syntax:
  96.  
  97.    -  Capital letters represent words that must be typed as shown. Lower-
  98.       case letters represent names of items that may vary, such as filenames.
  99.  
  100.    -  The [ and ] characters surround optional items that can be supplied
  101.       with the command.
  102.  
  103.    -  The { and } characters surround lists of items. You must supply one
  104.       of the items with the command.
  105.  
  106.    -  The | character separates items in a list. Only one of the items can
  107.       be supplied with the command.
  108.  
  109.       For example, in the following syntax, you must type NET COMMAND and
  110.       either SWITCH1 or SWITCH2. Supplying a name is optional.
  111.           NET COMMAND [name] {SWITCH1 | SWITCH2}
  112.  
  113.    -  The [...] characters mean you can repeat the previous item.
  114.       Separate items with spaces.
  115.  
  116.    -  The [,...] characters mean you can repeat the previous item, but
  117.       you must separate items with commas or semicolons, not spaces.
  118.  
  119.    -  When typed at the command prompt, service names of two words or 
  120.       more must be enclosed in quotation marks. For example, 
  121.       NET START "COMPUTER BROWSER" starts the computer browser service.
  122. #1
  123. $1 There are no options for this topic. This topic is about how to
  124.    read syntax lines. It is not a NET command.
  125.  
  126. .1 NET
  127. .2     ACCOUNTS
  128. :2              [/FORCELOGOFF:{minutes | NO}] [/MINPWLEN:length]
  129.                 [/MAXPWAGE:{days | UNLIMITED}] [/MINPWAGE:days]
  130.                 [/UNIQUEPW:number] [/DOMAIN]
  131.  
  132. #2 NET ACCOUNTS updates the user accounts database and modifies password 
  133.    and logon requirements for all accounts. 
  134.    When used without options, NET ACCOUNTS displays the current settings for
  135.    password, logon limitations, and domain information.
  136.  
  137.    Two conditions are required in order for options used with 
  138.    NET ACCOUNTS to take effect:
  139.  
  140.    þ  The password and logon requirements are only effective if user 
  141.       accounts have been set up (use User Manager or the NET USER command).
  142.  
  143.    þ  The Net Logon service must be running on all servers in the domain 
  144.       that verify logon. Net Logon is started automatically when Windows 
  145.       starts.
  146.  
  147.    /FORCELOGOFF:{minutes | NO}   Sets the number of minutes a user has 
  148.                                  before being forced to log off when the 
  149.                                  account expires or valid logon hours expire.
  150.                                  NO, the default, prevents forced logoff.
  151.    /MINPWLEN:length              Sets the minimum number of characters for
  152.                                  a password. The range is 0-14 characters;
  153.                                  the default is 6 characters.
  154.    /MAXPWAGE:{days | UNLIMITED}  Sets the maximum number of days that a 
  155.                                  password is valid. No limit is specified
  156.                                  by using UNLIMITED. /MAXPWAGE can't be less 
  157.                                  than /MINPWAGE. The range is 1-999; the 
  158.                                  default is 90 days.
  159.    /MINPWAGE:days                Sets the minimum number of days that must 
  160.                                  pass before a user can change a password. 
  161.                                  A value of 0 sets no minimum time. The range 
  162.                                  is 0-999; the default is 0 days. /MINPWAGE 
  163.                                  can't be more than /MAXPWAGE.
  164.    /UNIQUEPW:number              Requires that a user's passwords be unique 
  165.                                  through the specified number of password 
  166.                                  changes. The maximum value is 24.
  167.    /DOMAIN                       Performs the operation on a domain
  168.                                  controller of the current domain. Otherwise,
  169.                                  the operation is performed on the local 
  170.                                  computer.
  171.  
  172.                                  
  173.    NET HELP command | MORE displays Help one screen at a time.
  174. $2 
  175.    NET HELP ACCOUNTS describes the options for this command.
  176. .2     COMPUTER
  177. :2              \\computername {/ADD | /DEL}
  178. #2   NET COMPUTER adds or deletes computers from a domain database. This 
  179.      command is available only on Windows NT Servers.
  180.  
  181.    \\computername    Specifies the computer to add or delete from
  182.                      the domain.
  183.    /ADD              Adds the specified computer to the domain.
  184.    /DEL              Removes the specified computer from the domain.
  185. $2 
  186.    NET HELP COMPUTER describes the options for this command.
  187. .2     CONFIG
  188. .3            SERVER
  189. :3                   [/AUTODISCONNECT:time]
  190.                      [/SRVCOMMENT:"text"]
  191.                      [/HIDDEN:{YES | NO}]
  192. #3 NET CONFIG SERVER displays or changes settings for the Server service.
  193.  
  194.    /AUTODISCONNECT:time    Sets the maximum number of minutes a user's 
  195.                            session can be inactive before it is disconnected.
  196.                            You can specify -1 to never disconnect. The range 
  197.                            is -1-65535 minutes; the default is 15. 
  198.    /SRVCOMMENT:"text"      Adds a comment for the server that is displayed in
  199.                            Windows Screens and with the NET VIEW command. 
  200.                            The comment can have as many as 48 characters. 
  201.                            Enclose the text in quotation marks. 
  202.    /HIDDEN:{YES | NO}      Specifies whether the server's computername 
  203.                            appears on display listings of servers. Note that
  204.                            hiding a server does not alter the permissions 
  205.                            on that server. The default is NO. 
  206.  
  207.    To display the current configuration for the Server service, 
  208.    type NET CONFIG SERVER without parameters.
  209.  
  210.    NET HELP command | MORE displays Help one screen at a time.
  211.  
  212. $3
  213.  
  214.    NET HELP CONFIG SERVER describes the options for this command.
  215. .3            WORKSTATION
  216. :3                        [/CHARCOUNT:bytes]
  217.                           [/CHARTIME:msec]
  218.                           [/CHARWAIT:sec]
  219. #3 NET CONFIG WORKSTATION displays or changes settings for 
  220.    the Workstation service.
  221.  
  222.    /CHARCOUNT:bytes   Specifies the amount of data Windows collects 
  223.                       before sending the data to a communication device. 
  224.                       If /CHARTIME:msec is also set, Windows acts on 
  225.                       whichever option is satisfied first. 
  226.                       The range is 0-65535 bytes; the default is 16 bytes. 
  227.    /CHARTIME:msec     Sets the number of milliseconds Windows collects 
  228.                       data before sending the data to a communication device.
  229.                       If /CHARCOUNT:bytes is also set, Windows acts on 
  230.                       whichever option is satisfied first. The range 
  231.                       is 0-65535000 milliseconds; the default is 
  232.                       250 milliseconds. 
  233.    /CHARWAIT:sec      Sets the number of seconds Windows waits for a
  234.                       communication device to become available. The range 
  235.                       is 0-65535 seconds; the default is 3600 seconds. 
  236.  
  237.    To display the current configuration for the Workstation service, 
  238.    type NET CONFIG WORKSTATION without parameters.
  239.  
  240.    NET HELP command | MORE displays Help one screen at a time.
  241. $3
  242.  
  243.    NET HELP CONFIG WORKSTATION describes the options for this command.
  244. :2            [SERVER | WORKSTATION]
  245. #2 NET CONFIG displays configuration information of the Workstation or 
  246.    Server service. When used without the SERVER or WORKSTATION switch, 
  247.    it displays a list of configurable services. To get help with 
  248.    configuring a service, type NET HELP CONFIG service.
  249.  
  250.    SERVER        Displays information about the configuration of 
  251.                  the Server service.
  252.    WORKSTATION   Displays information about the configuration of 
  253.                  the Workstation service.
  254.  
  255.    NET HELP command | MORE displays Help one screen at a time.
  256. $2
  257.  
  258.    NET HELP CONFIG describes the options for this command.
  259. .2     CONTINUE
  260. :2              service
  261.  
  262. #2 NET CONTINUE reactivates a Windows service that has been 
  263.    suspended by NET PAUSE.
  264.  
  265.    service             Is the paused service.
  266.                        Can be one of the following:
  267.                        FILE SERVER FOR MACINTOSH
  268.                        LPDSVC
  269.                        NET LOGON
  270.                        NETWORK DDE
  271.                        NETWORK DDE DSDM
  272.                        NT LM SECURITY SUPPORT PROVIDER
  273.                        REMOTE ACCESS SERVER
  274.                        SCHEDULE
  275.                        SERVER
  276.                        SIMPLE TCP/IP SERVICES
  277.                        WORKSTATION
  278.  
  279.    NET HELP command | MORE displays Help one screen at a time.
  280. $2        
  281.  
  282.    NET HELP CONTINUE describes the options for this command.
  283. .2     FILE
  284. :2          [id [/CLOSE]]
  285. #2 NET FILE closes a shared file and removes file locks. When used without
  286.    options, it lists the open files on a server. The listing includes the
  287.    identification number assigned to an open file, the pathname of the file,
  288.    the username, and the number of locks on the file. 
  289.  
  290.    This command works only on computers running the Server service.
  291.  
  292.    id      Is the identification number of the file.
  293.    /CLOSE  Closes an open file and removes file locks. Type this command 
  294.            from the server where the file is shared.
  295.  
  296.    NET HELP command | MORE displays Help one screen at a time.
  297. $2        
  298.  
  299.    NET HELP FILE describes the options for this command.
  300. .2     GROUP
  301. :2           [groupname [/COMMENT:"text"]] [/DOMAIN]
  302.              groupname {/ADD [/COMMENT:"text"] | /DELETE}  [/DOMAIN]
  303.              groupname username [...] {/ADD | /DELETE} [/DOMAIN]
  304. #2 NET GROUP adds, displays, or modifies global groups on servers. Used 
  305.    without parameters, it displays the groupnames on the server.
  306.  
  307.    groupname        Is the name of the group to add, expand, or delete. 
  308.                     Supply only a groupname to view a list of users 
  309.                     in a group. 
  310.    /COMMENT:"text"  Adds a comment for a new or existing group. 
  311.                     The comment can have as many as 48 characters. Enclose 
  312.                     the text in quotation marks. 
  313.    /DOMAIN          Performs the operation on a domain controller
  314.                     of the current domain. Otherwise, the operation is 
  315.                     performed on the local computer. 
  316.    username[ ...]   Lists one or more usernames to add to or remove from 
  317.                     a group. Separate multiple username entries with a space. 
  318.    /ADD             Adds a group, or adds a username to a group. 
  319.    /DELETE          Removes a group, or removes a username from a group. 
  320.  
  321.    NET HELP command | MORE displays Help one screen at a time.
  322. $2        
  323.  
  324.    NET HELP GROUP describes the options for this command.
  325. .2   HELP
  326. :2      command 
  327.          -or-
  328.    NET command /HELP
  329. #2    Commands available are:
  330.  
  331.       NET ACCOUNTS             NET HELP              NET SHARE     
  332.       NET COMPUTER             NET HELPMSG           NET START     
  333.       NET CONFIG               NET LOCALGROUP        NET STATISTICS
  334.       NET CONFIG SERVER        NET NAME              NET STOP      
  335.       NET CONFIG WORKSTATION   NET PAUSE             NET TIME      
  336.       NET CONTINUE             NET PRINT             NET USE       
  337.       NET FILE                 NET SEND              NET USER      
  338.       NET GROUP                NET SESSION           NET VIEW      
  339.  
  340.       NET HELP SERVICES lists the network services you can start.
  341.       NET HELP SYNTAX explains how to read NET HELP syntax lines.
  342.       NET HELP command | MORE displays Help one screen at a time.
  343. $2        
  344.  
  345.    NET HELP describes the options for this command.
  346. .2     HELPMSG
  347. :2             message#
  348. #2 NET HELPMSG displays information about Windows network messages 
  349.    (such as error, warning, and alert messages). When you type NET HELPMSG and
  350.    the 4-digit number of the Windows error (for example, NET2182), 
  351.    Windows tells you about the message and suggests action you can take 
  352.    to solve a problem. 
  353.  
  354.    message#  Is the 4-digit number of the Windows message you need help
  355.              with. You don't need to type NET as part of the message number.
  356. $2        
  357.  
  358.    NET HELP HELPMSG describes the options for this command.
  359. .2     LOCALGROUP
  360. :2               [groupname [/COMMENT:"text"]] [/DOMAIN]
  361.                  groupname {/ADD [/COMMENT:"text"] | /DELETE}  [/DOMAIN]
  362.                  groupname name [...] {/ADD | /DELETE} [/DOMAIN]
  363. #2 NET LOCALGROUP modifies local groups on computers. When used without 
  364.    options, it displays the local groups on the computer.
  365.  
  366.    groupname        Is the name of the local group to add, expand, or
  367.                     delete. Supply only a groupname to view a list of
  368.                     users or global groups in a local group.
  369.    /COMMENT:"text"  Adds a comment for a new or existing group. 
  370.                     Enclose the text in quotation marks. 
  371.    /DOMAIN          Performs the operation on the domain controller 
  372.                     of the current domain. Otherwise, the operation is 
  373.                     performed on the local workstation. 
  374.    name [ ...]      Lists one or more usernames or groupnames to add or to 
  375.                     remove from a local group. Separate multiple entries with 
  376.                     a space. Names may be users or global groups, but not 
  377.                     other local groups. If a user is from another domain, 
  378.                     preface the username with the domain name (for 
  379.                     example, SALES\RALPHR).
  380.    /ADD             Adds a groupname or username to a local group. An account 
  381.                     must be established for users or global groups added to a
  382.                     local group with this command.
  383.    /DELETE          Removes a groupname or username from a local group.
  384.  
  385.    NET HELP command | MORE displays Help one screen at a time.
  386. $2        
  387.  
  388.    NET HELP LOCALGROUP describes the options for this command.
  389. .2     NAME
  390. :2          [name [/ADD | /DELETE]]
  391. #2 NET NAME adds or deletes a messaging name (alias) at a computer. 
  392.    A messaging name is a name to which messages are sent. When used without 
  393.    options, NET NAME displays the names accepting messages at the computer.
  394.  
  395.    A computer's list of names comes from three places:
  396.  
  397.    þ  Message names, which are added with NET NAME
  398.  
  399.    þ  A computername, which is added as a name when the Workstation 
  400.       service is started. This name cannot be deleted.
  401.  
  402.    þ  A username, which is added as a name when you log on, if it 
  403.       is not being used at another computer. This name can be deleted.
  404.  
  405.    name      Specifies the name to receive messages. The name can have as 
  406.              many as 15 characters. 
  407.    /ADD      Adds a name to a computer. Typing /ADD is optional; typing 
  408.              NET NAME name works the same way as typing NET NAME name /ADD. 
  409.    /DELETE   Removes a name from a computer. 
  410.  
  411.    NET HELP command | MORE displays Help one screen at a time.
  412. $2        
  413.  
  414.    NET HELP NAME describes the options for this command.
  415. .2     PAUSE
  416. :2             service
  417.  
  418. #2 NET PAUSE suspends a Windows service or resource. Pausing a service
  419.    puts it on hold.
  420.  
  421.    service             Is the service to be paused. 
  422.                        Can be one of the following:
  423.                        FILE SERVER FOR MACINTOSH
  424.                        LPDSVC
  425.                        NET LOGON
  426.                        NETWORK DDE
  427.                        NETWORK DDE DSDM
  428.                        NT LM SECURITY SUPPORT PROVIDER
  429.                        REMOTE ACCESS SERVER
  430.                        SCHEDULE
  431.                        SERVER
  432.                        SIMPLE TCP/IP SERVICES
  433.                        WORKSTATION
  434.  
  435.    NET HELP command | MORE displays Help one screen at a time.
  436. $2
  437.  
  438.    NET HELP PAUSE describes the options for this command.
  439. .2     PRINT
  440. :2             \\computername\sharename
  441.              [\\computername] job# [/HOLD | /RELEASE | /DELETE]
  442.  
  443. #2 NET PRINT displays print jobs and shared queues.
  444.    For each queue, the display lists jobs, showing the size 
  445.    and status of each job, and the status of the queue.
  446.  
  447.    \\computername           Is the name of the computer sharing the printer
  448.                             queue(s).
  449.    sharename                Is the name of the shared printer queue. 
  450.    job#                     Is the identification number assigned to a print
  451.                             job. A computer with one or more printer queues
  452.                             assigns each print job a unique number.
  453.    /HOLD                    Prevents a job in a queue from printing.
  454.                             The job stays in the printer queue, and other 
  455.                             jobs bypass it until it is released. 
  456.    /RELEASE                 Reactivates a job that is held.
  457.    /DELETE                  Removes a job from a queue.
  458.  
  459.    NET HELP command | MORE displays Help one screen at a time.
  460. $2
  461.  
  462.    NET HELP PRINT describes the options for this command.
  463. .2     SEND
  464. :2          {name | * | /DOMAIN[:name] | /USERS} message
  465.  
  466. #2 Sends messages to other users, computers, or messaging names 
  467.    on the network. The Messenger service must be running to receive messages.
  468.  
  469.    You can send a message only to an name that is active on the network.
  470.    If the message is sent to a username, that user must be logged on
  471.    and running the Messenger service to receive the message.
  472.  
  473.    name                   Is the username, computername, or messaging name 
  474.                           to send the message to. If the name is a 
  475.                           computername that contains blank characters, 
  476.                           enclose the alias in quotation marks (" "). 
  477.    *                      Sends the message to all the names in your group. 
  478.    /DOMAIN[:name]         Sends the message to all the names in the 
  479.                           workstation domain. If name is specified, the 
  480.                           message is sent to all the names in the specified 
  481.                           domain or workgroup. 
  482.    /USERS                 Sends the message to all users connected to 
  483.                           the server.
  484.    message                Is text to be sent as a message. 
  485.  
  486.    NET HELP command | MORE displays Help one screen at a time.
  487. $2        
  488.  
  489.    NET HELP SEND describes the options for this command.
  490. .2     SESSION
  491. :2             [\\computername] [/DELETE]
  492. #2 NET SESSION lists or disconnects sessions between the computer and other
  493.    computers on the network. When used without options, it displays information
  494.    about all sessions with the computer of current focus.
  495.  
  496.    This command works only on servers.
  497.  
  498.    \\computername  Lists the session information for the named computer.
  499.    /DELETE         Ends the session between the local computer and 
  500.                    computername, and closes all open files on the computer
  501.                    for the session. If computername is omitted, 
  502.                    all sessions are ended.
  503.  
  504.    NET HELP command | MORE displays Help one screen at a time.
  505. $2        
  506.  
  507.    NET HELP SESSION describes the options for this command.
  508. .2     SHARE
  509. :2           sharename
  510.              sharename=drive:path [/USERS:number | /UNLIMITED]
  511.                                   [/REMARK:"text"]
  512.                                   [/CACHE:Manual | Automatic | No ]
  513.              sharename [/USERS:number | /UNLIMITED]
  514.                        [/REMARK:"text"]
  515.                        [/CACHE:Manual | Automatic | No ]
  516.              {sharename | devicename | drive:path} /DELETE
  517. #2 NET SHARE makes a server's resources available to network users. When 
  518.    used without options, it lists information about all resources being 
  519.    shared on the computer. For each resource, Windows reports the
  520.    devicename(s) or pathname(s) and a descriptive comment associated with it.
  521.  
  522.    sharename          Is the network name of the shared resource. Type 
  523.                       NET SHARE with a sharename only to display information 
  524.                       about that share. 
  525.    drive:path         Specifies the absolute path of the directory to 
  526.                       be shared. 
  527.    /USERS:number      Sets the maximum number of users who can 
  528.                       simultaneously access the shared resource. 
  529.    /UNLIMITED         Specifies an unlimited number of users can 
  530.                       simultaneously access the shared resource
  531.    /REMARK:"text"     Adds a descriptive comment about the resource. 
  532.                       Enclose the text in quotation marks.
  533.    devicename         Is one or more printers (LPT1: through LPT9:) 
  534.                       shared by sharename.
  535.    /DELETE            Stops sharing the resource.
  536.    /CACHE:Automatic   Enables offline client caching with automatic reintegration
  537.    /CACHE:Manual      Enables offline client caching with manual reintegration
  538.    /CACHE:No          Advises client that offline caching is inappropriate  
  539.  
  540.    NET HELP command | MORE displays Help one screen at a time.
  541. $2        
  542.  
  543.    NET HELP SHARE describes the options for this command.
  544. .2     START
  545. .3           ALERTER
  546. :3
  547. #3 NET START ALERTER starts the Windows Alerter service on a server. 
  548.    The Alerter service sends messages about network information to users.
  549.  
  550. $3         
  551.    This command has no options.
  552. .3           CLIPBOOK
  553. .4                    SERVER
  554. :4
  555. #4 NET START CLIPBOOK SERVER starts the Windows Clipbook Server service.
  556.    The Clipbook Server service supports cutting and pasting across
  557.    the network. Service names with two words, such as Clipbook Server,
  558.    must be enclosed in quotation marks (") when typed at the 
  559.    command prompt.
  560.  
  561.    NET HELP command | MORE displays Help one screen at a time.
  562. $4
  563.    This command has no options.
  564. :3
  565. #3
  566. $3
  567.  
  568. .3           COMPUTER
  569. .4                    BROWSER
  570. :4
  571. #4 NET START COMPUTER BROWSER starts the Windows Computer Browser service
  572.    on a server. The Computer Browser service supports browsing computers 
  573.    on the network and being browsed by other computers on the network. 
  574.    Service names with two words, such as Computer Browser, must be enclosed 
  575.    in quotation marks (") when typed at the command prompt.
  576.  
  577.    NET HELP command | MORE displays Help one screen at a time.
  578. $4
  579.    This command has no options.
  580. :3
  581. #3
  582. $3
  583. .3           EVENTLOG
  584. :3
  585. #3 NET START EVENTLOG starts the event logging service, which logs events on
  586.    the local computer. This service must be started prior to using 
  587.    the Event Viewer to view the logged events.
  588.  
  589.    NET HELP command | MORE displays Help one screen at a time.
  590. $3        
  591.    This command has no options.
  592.  
  593. .3           FILE 
  594. .4                SERVER
  595. :4
  596. #4 NET START FILE SERVER FOR MACINTOSH enables the sharing of files 
  597.    with Macintosh computers. 
  598.  
  599.    This command is available only on Windows Servers.
  600.  
  601.    NET HELP command | MORE displays Help one screen at a time.
  602. $4        
  603. :3
  604. #3
  605. $3
  606. .3           MESSENGER
  607. :3
  608. #3 NET START MESSENGER starts the Windows Messenger service, which
  609.    lets you receive messages from other network users. Typing this command
  610.    also starts the Workstation service if it is not already running. 
  611.  
  612.    NET HELP command | MORE displays Help one screen at a time.
  613. $3        
  614.    This command has no options.
  615.  
  616. .3           NET
  617. .4               LOGON
  618. :4
  619. #4 NET START NET LOGON starts the Windows Net Logon service, which
  620.    verifies logon requests and controls replication of the user 
  621.    accounts database. Service names with two words, such as 
  622.    Net Logon, must be enclosed in quotation marks (") when typed
  623.    at the command prompt. This service can also be started by typing
  624.    NET START NETLOGON.
  625.  
  626.    NET HELP command | MORE displays Help one screen at a time.
  627. $4
  628.    This command has no options.
  629. :3
  630. #3
  631. $3
  632.  
  633.    NET HELP START NET LOGON describes this command. It has no options.
  634.  
  635. .3           NETWORK
  636. .4                   DDE
  637. :4
  638. #4 NET START NETWORK DDE starts the Windows Network DDE service.
  639.    Service names with two words, such as Network DDE, must be enclosed
  640.    in quotation marks (") when typed at the command prompt. The service
  641.    can also be started by typing NET START NETDDE
  642.  
  643.    NET HELP command | MORE displays Help one screen at a time.
  644. $4
  645.    This command has no options.
  646. :3
  647. #3
  648. $3
  649.  
  650.    NET HELP START NETWORK DDE describes this command. It has no options.
  651.  
  652. .3           RPCLOCATOR
  653. :3
  654. #3 NET START RPCLOCATOR Starts the RPC Locator service. The Locator service 
  655.    is the RPC name service for Windows. 
  656.  
  657.    NET HELP command | MORE displays Help one screen at a time.
  658. $3        
  659.    This command has no options.
  660.  
  661. .3           RPCSS
  662. :3
  663. #3 NET START RPCSS starts the Windows RPCSS service.
  664.  
  665.    NET HELP command | MORE displays Help one screen at a time.
  666. $3        
  667.    This command has no options.
  668.  
  669. .3           SCHEDULE
  670. :3
  671. #3 NET START SCHEDULE starts the Windows Schedule service. 
  672.    The Schedule service must be running to schedule events using
  673.    the Schduled Tasks folder or the AT command.
  674.  
  675.    NET HELP command | MORE displays Help one screen at a time.
  676. $3        
  677.    This command has no options.
  678.  
  679. .3           SERVER
  680. :3
  681. #3 NET START SERVER starts the Windows Server service, which controls
  682.    access to resources.
  683.  
  684.    NET HELP command | MORE displays Help one screen at a time.
  685. $3        
  686.    This command has no options.
  687.  
  688. .3           SNMP
  689. :3                [/LOGLEVEL:level] [/LOGTYPE:type]
  690. #3 Starts the SNMP service. The SNMP service allows a server to report its 
  691.    current status to a simple network management protocol (SNMP) management 
  692.    system on a transport control protocol/internet protocol (TCP/IP) network. 
  693.  
  694.    /LOGLEVEL:level  Determines which events are logged. The higher the number 
  695.                     used for level, the more events will be logged. The 
  696.                     default for level is 1; the range is 1-20.
  697.    /LOGTYPE:type    Determines where the log will be created. The possible 
  698.                     values are 2 for file and 4 for eventlog. The default 
  699.                     is 4. To log events in both a file and the eventlog 
  700.                     use the value 6. The file option creates the 
  701.                     file \WINNT\SNMPDBG.LOG.
  702.  
  703.    NET HELP command | MORE displays Help one screen at a time.
  704. $3        
  705.  
  706.    NET HELP START SNMP describes the options for this command.
  707. .3           UPS
  708. :3
  709. #3 NET START UPS starts the Windows UPS service, which
  710.    provides uninterrupted power service to your computer. The UPS service
  711.    must be configured before starting. 
  712.  
  713.    NET HELP command | MORE displays Help one screen at a time.
  714.  
  715. $3        
  716.    This command has no options.
  717.  
  718. .3           WORKSTATION
  719. :3
  720. #3 NET START WORKSTATION starts the Windows Workstation service, which
  721.    enables your computer to use shared resources on the network. 
  722.  
  723.    NET HELP command | MORE displays Help one screen at a time.
  724.  
  725. $3        
  726.    This command has no options.
  727.  
  728. :2           [service]
  729. #2 NET START lists running services. 
  730.  
  731.    To get more help about a specific service, 
  732.    see the online Command Reference (NTCMDS.HLP).
  733.  
  734.    service   Is one of the following services:
  735.       ALERTER                      
  736.       CLIENT SERVICE FOR NETWARE  
  737.       CLIPBOOK SERVER              
  738.       COMPUTER BROWSER             
  739.       DHCP CLIENT
  740.       DIRECTORY REPLICATOR         
  741.       EVENTLOG                     
  742.       LPDSVC
  743.       MESSENGER                    
  744.       NET LOGON                    
  745.       NETWORK DDE                  
  746.       NETWORK DDE DSDM             
  747.       NETWORK MONITORING AGENT
  748.       NT LM SECURITY SUPPORT PROVIDER
  749.       PLUG AND PLAY
  750.       REMOTE ACCESS CONNECTION MANAGER
  751.       REMOTE ACCESS ISNSAP SERVICE
  752.       REMOTE ACCESS SERVER
  753.       REMOTE PROCEDURE CALL (RPC) LOCATOR
  754.       REMOTE PROCEDURE CALL (RPC) SERVICE
  755.       SERVER
  756.       SIMPLE TCP/IP SERVICES
  757.       SNMP
  758.       SPOOLER
  759.       TASK SCHEDULER
  760.       TCPIP NETBIOS HELPER
  761.       UPS
  762.       WORKSTATION
  763.  
  764.    These services are available only on Windows Server:
  765.       FILE SERVER FOR MACINTOSH    
  766.       GATEWAY SERVICE FOR NETWARE  
  767.       MICROSOFT DHCP SERVER
  768.       PRINT SERVER FOR MACINTOSH
  769.       WINDOWS INTERNET NAME SERVICE
  770.  
  771.    When typed at the command prompt, service names of two words or more must 
  772.    be enclosed in quotation marks. For example, NET START "COMPUTER BROWSER"
  773.    starts the computer browser service.
  774.  
  775.    NET START can also start network services not provided with Windows.
  776.  
  777.    NET HELP command | MORE displays Help one screen at a time.
  778. $2        
  779.  
  780.    NET HELP START describes the options for this command.
  781. .2     STATISTICS
  782. :2                [WORKSTATION | SERVER] 
  783. #2 NET STATISTICS displays the statistics log for the local Workstation or
  784.    Server service. Used without parameters, NET STATISTICS displays 
  785.    the services for which statistics are available.
  786.  
  787.    SERVER       Displays the Server service statistics.
  788.    WORKSTATION  Displays the Workstation service statistics.
  789.  
  790.    NET HELP command | MORE displays Help one screen at a time.
  791. $2        
  792.  
  793.    NET HELP STATISTICS describes the options for this command.
  794. .2     STOP
  795. :2          service
  796. #2 NET STOP stops Windows services.
  797.  
  798.    Stopping a service cancels any network connections the service is 
  799.    using. Also, some services are dependent on others. Stopping one
  800.    service can stop others.
  801.  
  802.    You must have administrative rights to stop the Server service. 
  803.    The Eventlog service cannot be stopped.
  804.  
  805.    service   Is one of the following services:
  806.       ALERTER                      
  807.       CLIENT SERVICE FOR NETWARE  
  808.       CLIPBOOK SERVER              
  809.       COMPUTER BROWSER             
  810.       DIRECTORY REPLICATOR         
  811.       LPDSVC
  812.       MESSENGER                    
  813.       NET LOGON                    
  814.       NETWORK DDE                  
  815.       NETWORK DDE DSDM             
  816.       NETWORK MONITORING AGENT
  817.       NT LM SECURITY SUPPORT PROVIDER
  818.       PLUG AND PLAY
  819.       REMOTE ACCESS CONNECTION MANAGER
  820.       REMOTE ACCESS ISNSAP SERVICE
  821.       REMOTE ACCESS SERVER
  822.       REMOTE PROCEDURE CALL (RPC) LOCATOR
  823.       REMOTE PROCEDURE CALL (RPC) SERVICE
  824.       SERVER
  825.       SIMPLE TCP/IP SERVICES
  826.       SNMP
  827.       SPOOLER
  828.       TASK SCHEDULER
  829.       TCPIP NETBIOS HELPER
  830.       UPS
  831.       WORKSTATION
  832.  
  833.    These services are available only on Windows Server:
  834.       FILE SERVER FOR MACINTOSH    
  835.       GATEWAY SERVICE FOR NETWARE  
  836.       MICROSOFT DHCP SERVER
  837.       PRINT SERVER FOR MACINTOSH
  838.       WINDOWS INTERNET NAME SERVICE
  839.  
  840.    NET STOP can also stop network services not provided with Windows.
  841.  
  842.    NET HELP command | MORE displays Help one screen at a time.
  843. $2        
  844.  
  845.    NET HELP STOP describes the options for this command.
  846. .2     TIME
  847. :2          [\\computername | /DOMAIN[:domainname] | /RTSDOMAIN[:domainname]] [/SET]
  848.             [\\computername] /QUERYSNTP
  849.             [\\computername] /SETSNTP[:ntp server list]
  850. #2 NET TIME synchronizes the computer's clock with that of another computer
  851.    or domain, or displays the time for a computer or domain. When used without
  852.    options on a Windows Server domain, it displays the current 
  853.    date and time at the computer designated as the time server for the domain.
  854.    This command allows setting the NTP timeserver for computername.
  855.  
  856.    \\computername  Is the name of the computer you want to check or
  857.                    synchronize with.
  858.  
  859.    /DOMAIN[:domainname]  Specifies to synchronize the time from the Primary Domain
  860.                          Controller of domainname.
  861.  
  862.    /RTSDOMAIN[:domainname]  Specifies to synchronize with a Reliable Time Server
  863.                             from domainname.
  864.  
  865.    /SET            Synchronizes the computer's time with the time
  866.                    on the specified computer or domain.
  867.    /QUERYSNTP      Displays the currently configured NTP server for this computer
  868.    /SETSNTP[:ntp server list]
  869.                    Sets the NTP time servers to be used by this computer.  This
  870.                    may be a list of IP addresses or DNS names separated by spaces.
  871.                    If multiple timeservers are listed, the list must be surrounded
  872.                    by quotes.
  873.  
  874.    NET HELP command | MORE displays Help one screen at a time.
  875. $2        
  876.  
  877.    NET HELP TIME describes the options for this command.
  878. .2     USE
  879. :2         [devicename | *] [\\computername\sharename[\volume] [password | *]]
  880.            [/USER:[domainname\]username]
  881.            [/USER:[dotted domain name\]username]   
  882.            [/USER:[username@dotted domain name]      
  883.            [[/DELETE] | [/PERSISTENT:{YES | NO}]]
  884.  
  885.    NET USE {devicename | *} [password | *] /HOME
  886.  
  887.    NET USE [/PERSISTENT:{YES | NO}]
  888.  
  889. #2 NET USE connects a computer to a shared resource or disconnects a 
  890.    computer from a shared resource. When used without options, it lists 
  891.    the computer's connections.
  892.  
  893.    devicename       Assigns a name to connect to the resource or specifies 
  894.                     the device to be disconnected. There are two kinds of 
  895.                     devicenames: disk drives (D: through Z:) and printers 
  896.                     (LPT1: through LPT3:). Type an asterisk instead of a 
  897.                     specific devicename to assign the next available
  898.                     devicename.
  899.    \\computername   Is the name of the computer controlling the shared 
  900.                     resource. If the computername contains blank characters, 
  901.                     enclose the double backslash (\\) and the computername 
  902.                     in quotation marks (" "). The computername may be from 
  903.                     1 to 15 characters long. 
  904.    \sharename       Is the network name of the shared resource. 
  905.    \volume          Specifies a NetWare volume on the server. You must have
  906.                     Client Services for Netware (Windows Workstations)
  907.                     or Gateway Service for Netware (Windows Server) 
  908.                     installed and running to connect to NetWare servers.
  909.    password         Is the password needed to access the shared resource. 
  910.    *                Produces a prompt for the password. The password is 
  911.                     not displayed when you type it at the password prompt. 
  912.    /USER            Specifies a different username with which the connection
  913.                     is made. 
  914.    domainname       Specifies another domain. If domain is omitted,
  915.                     the current logged on domain is used.
  916.    username         Specifies the username with which to logon.
  917.    /HOME            Connects a user to their home directory.
  918.    /DELETE          Cancels a network connection and removes the connection
  919.                     from the list of persistent connections. 
  920.    /PERSISTENT      Controls the use of persistent network connections. 
  921.                     The default is the setting used last. 
  922.    YES              Saves connections as they are made, and restores
  923.                     them at next logon. 
  924.    NO               Does not save the connection being made or subsequent 
  925.                     connections; existing connections will be restored at 
  926.                     next logon. Use the /DELETE switch to remove 
  927.                     persistent connections.
  928.    NET HELP command | MORE displays Help one screen at a time.
  929. $2        
  930.  
  931.    NET HELP USE describes the options for this command.
  932. .2     USER
  933. :2          [username [password | *] [options]] [/DOMAIN]
  934.             username {password | *} /ADD [options] [/DOMAIN]
  935.             username [/DELETE] [/DOMAIN]
  936. #2 NET USER creates and modifies user accounts on computers. When used
  937.    without switches, it lists the user accounts for the computer. The 
  938.    user account information is stored in the user accounts database.
  939.  
  940.    This command works only on servers.
  941.  
  942.  
  943.    username     Is the name of the user account to add, delete, modify, or 
  944.                 view. The name of the user account can have as many as 
  945.                 20 characters. 
  946.    password     Assigns or changes a password for the user's account. 
  947.                 A password must satisfy the minimum length set with the 
  948.                 /MINPWLEN option of the NET ACCOUNTS command. It can have as 
  949.                 many as 14 characters. 
  950.    *            Produces a prompt for the password. The password is not 
  951.                 displayed when you type it at a password prompt. 
  952.    /DOMAIN      Performs the operation on a domain controller of 
  953.                 the current domain. 
  954.    /ADD         Adds a user account to the user accounts database. 
  955.    /DELETE      Removes a user account from the user accounts database. 
  956.  
  957.    Options      Are as follows:
  958.  
  959.       Options                    Description
  960.       --------------------------------------------------------------------
  961.       /ACTIVE:{YES | NO}         Activates or deactivates the account. If 
  962.                                  the account is not active, the user cannot
  963.                                  access the server. The default is YES.
  964.       /COMMENT:"text"            Provides a descriptive comment about the
  965.                                  user's account (maximum of 48 characters).
  966.                                  Enclose the text in quotation marks. 
  967.       /COUNTRYCODE:nnn           Uses the operating system country code to
  968.                                  implement the specified language files for a
  969.                                  user's help and error messages. A value of
  970.                                  0 signifies the default country code. 
  971.       /EXPIRES:{date | NEVER}    Causes the account to expire if date is
  972.                                  set. NEVER sets no time limit on the
  973.                                  account. An expiration date is in the
  974.                                  form mm/dd/yy or dd/mm/yy, depending on the
  975.                                  country code. Months can be a number,
  976.                                  spelled out, or abbreviated with three
  977.                                  letters. Year can be two or four numbers.
  978.                                  Use slashes(/) (no spaces) to separate
  979.                                  parts of the date. 
  980.       /FULLNAME:"name"           Is a user's full name (rather than a 
  981.                                  username). Enclose the name in quotation
  982.                                  marks.
  983.       /HOMEDIR:pathname          Sets the path for the user's home directory. 
  984.                                  The path must exist.
  985.       /PASSWORDCHG:{YES | NO}    Specifies whether users can change their
  986.                                  own password. The default is YES.
  987.       /PASSWORDREQ:{YES | NO}    Specifies whether a user account must have
  988.                                  a password. The default is YES.
  989.       /PROFILEPATH[:path]        Sets a path for the user's logon profile.
  990.       /SCRIPTPATH:pathname       Is the location of the user's logon
  991.                                  script.
  992.       /TIMES:{times | ALL}       Is the logon hours. TIMES is expressed as
  993.                                  day[-day][,day[-day]],time[-time][,time
  994.                                  [-time]], limited to 1-hour increments.
  995.                                  Days can be spelled out or abbreviated.
  996.                                  Hours can be 12- or 24-hour notation. For
  997.                                  12-hour notation, use am, pm, a.m., or
  998.                                  p.m. ALL means a user can always log on,
  999.                                  and a blank value means a user can never 
  1000.                                  log on. Separate day and time entries with 
  1001.                                  a comma, and separate multiple day and time
  1002.                                  entries with a semicolon.
  1003.       /USERCOMMENT:"text"        Lets an administrator add or change the User 
  1004.                                  Comment for the account. 
  1005.       /WORKSTATIONS:{computername[,...] | *}
  1006.                                  Lists as many as eight computers from
  1007.                                  which a user can log on to the network. If 
  1008.                                  /WORKSTATIONS has no list or if the list is *,
  1009.                                  the user can log on from any computer.
  1010.  
  1011.    NET HELP command | MORE displays Help one screen at a time.
  1012. $2        
  1013.  
  1014.    NET HELP USER describes the options for this command.
  1015. .2     VIEW
  1016. :2          [\\computername [/CACHE] | /DOMAIN[:domainname]]
  1017.    NET VIEW /NETWORK:NW [\\computername]
  1018. #2 NET VIEW displays a list of resources being shared on a computer. When used
  1019.    without options, it displays a list of computers in the current domain or
  1020.    network.
  1021.  
  1022.    \\computername             Is a computer whose shared resources you want 
  1023.                               to view.
  1024.    /DOMAIN:domainname         Specifies the domain for which you want to 
  1025.                               view the available computers. If domainname is
  1026.                               omitted, displays all domains in the local area
  1027.                               network.
  1028.    /NETWORK:NW                Displays all available servers on a NetWare 
  1029.                               network. If a computername is  specified, the
  1030.                               resources available on that computer in 
  1031.                               the NetWare network will be displayed.
  1032.    /CACHE                     Displays the offline client caching settings for
  1033.                               the resources on the specified computer
  1034. $2        
  1035.  
  1036.    NET HELP VIEW describes the options for this command.
  1037. :1
  1038. #1    
  1039.  
  1040.    The keyword NET specifies Windows commands.
  1041.  
  1042.    NET HELP command | MORE displays Help one screen at a time.
  1043. .1 NAMES
  1044. :1
  1045.  
  1046.    The following types of names are used with Windows:
  1047.  
  1048.    Messaging Name    A name to which messages can be sent. Each computer's
  1049.                      computername and the username logged on at that
  1050.                      comptuer are added to its list of names. Use the 
  1051.                      NET NAME command to view a computer's names or to
  1052.                      add new ones.
  1053.  
  1054.    Computername      A unique name that identifies a computer on
  1055.                      the local-area network.
  1056.  
  1057.    Devicename        The name by which Windows identifies a disk resource 
  1058.                      or printer. A disk resource is identified by a drive 
  1059.                      letter followed by a colon (for example, D:). A 
  1060.                      printer is identified by a port name followed by a colon
  1061.                      (for example, LPT1:).
  1062.  
  1063.    Workgroup         A group of computers on the network. Each workgroup
  1064.                      has a unique name. 
  1065.  
  1066.    Localgroup        A group of names in a Workgroup that are granted the 
  1067.                      same rights.
  1068.  
  1069.    Domain            A group of Windows Servers, Windows Workstations
  1070.                      and other computers on the network. A 
  1071.                      domain has a unique name. Usually, you must log on in 
  1072.                      a domain to gain access to the network. Domains are 
  1073.                      created and managed with Windows Server.
  1074.  
  1075.    Global group      A group of names in a domain that are granted the
  1076.                      same rights.
  1077.  
  1078.    Filename          The name of a file. Under the file allocation table 
  1079.                      (FAT) file system, a filename can have as many as eight
  1080.                      characters, followed by a period (.) and an extension of
  1081.                      as many as three characters. Under NTFS and HPFS, a 
  1082.                      filename can have as many as 254 characters. 
  1083.  
  1084.    Network path      A description of the location of a shared resource, 
  1085.                      consisting of a computer's computername followed by 
  1086.                      the sharename of the resource. The computername 
  1087.                      is preceded by two backslashes, and the sharename is 
  1088.                      preceded by one backslash (for example, 
  1089.                      \\SERVER1\RESOURCE).
  1090.  
  1091.    Path              The location of a directory. A path can consist of a 
  1092.                      devicename and one or more directory names. A 
  1093.                      backslash (\) precedes each directory name (for example,
  1094.                      C:\CUSTOMER\CORP\ACCT).
  1095.  
  1096.    Pathname          A path and a filename. The filename is preceded by a 
  1097.                      backslash (\) (for example, C:\CUSTOMER\CORP\REPORT.DOC).
  1098.  
  1099.    Sharename         A name that identifies a shared resource on a computer. A
  1100.                      sharename is used with the computer's computername to form 
  1101.                      a network path (as in \\SERVER\RESOURCE).
  1102.  
  1103.    Username          The name a person supplies when logging on at 
  1104.                      a computer.
  1105.  
  1106.    To view these definitions one screen at a time, type NET HELP NAMES | MORE.
  1107. #1
  1108. $1 There are no options for this topic. This is a help topic about the
  1109.    different types of names Windows uses. It is not a NET command.
  1110.  
  1111. :0
  1112. #0
  1113. /*
  1114.     This is how this file works. NET HELP looks for a match between the command
  1115.     specified at run time and one of the entries in this file. For each entry
  1116.     in this file there can be associated with it a subentry, which constitutes
  1117.     an switch for that command (or sub-command). HELP (NET HELP) first searches
  1118.     for a match at level 1. If it finds a match at this level it continues
  1119.     searching for a sub-level (if one was specified at run time). As HELP
  1120.     finds matches it displays them , by doing so it builds the command
  1121.     in it's proper syntax. If no sub commands were entered at run time HELP
  1122.     stops and displays the help associated with that level.
  1123.  
  1124.     SOME RULES:
  1125.       Operators are the funny 2 character symbols that start every line -
  1126.       they are the characters !, %, ., :, and # followed by a alphanumeric
  1127.       character.
  1128.  
  1129.       Every operator must start in column 1.
  1130.  
  1131.       Every operator must be separated from the info that follows it by at
  1132.       least one space.
  1133.  
  1134.       The end of every line must contain a newline. (Trailing spaces will
  1135.       causes matches to fail on ".X" entries.)
  1136.  
  1137.       Every ".1" entry MUST have a corresponding "#1" entry.
  1138.  
  1139.  
  1140.     This file consists of 4 sections. These sections are ...
  1141.  
  1142.      COMMENTS are delimited by a "/*" at the beginning of a line (must
  1143.          start in column 1) indicating the beginning of the comment section.
  1144.          A "*/" at the beginning of a line marks the end of the comment sec-
  1145.          tion. Only two comment section are allowed, one at the very be-
  1146.          ginning of the file and one at the very end. It is recommended that
  1147.          the comment section at the beginning of the file be kept very
  1148.          small to minimize access time to "help data" by the help command.
  1149.  
  1150.      ALIASES are defined by a "%A" beginning in column 1. Aliases allow
  1151.          you to define another name for a given command. For example if
  1152.          you wish to change the name of the "ALERTER" to "WATCHDOG"
  1153.          you could do so by entering the line,
  1154.  
  1155.                 %A ALERTER: WATCHDOG
  1156.  
  1157.          starting at column 1. If there are additional Aliases they should
  1158.          be specified on the same line separated by commas. This tells the
  1159.          help command that if someone types "net help watchdog" they really
  1160.          mean "net help alerter."  Trailing spaces are significant (for this
  1161.          release) in alias names. Beware!
  1162.  
  1163.      COMMANDS are additional commands that you want NET HELP to document.
  1164.          They are defined by placing !C operator (yes starting in column
  1165.          1) followed by the command name on a separate line.
  1166.          An example of this is the AT commands. This
  1167.          is not really NET commands but you can get help on it through
  1168.          NET by entering it with the COMMANDS section in this file. For
  1169.          example if you want to get help on your PHONE command that you wrote
  1170.          and the only help utility you have is the NET HELP utility. To
  1171.          add phone to this utility you must place the following line in the
  1172.          Commands section of this file,
  1173.  
  1174.                !C PHONE
  1175.  
  1176.          starting in column 1. Now all that remains is to add the PHONE
  1177.          help data to the DATA section of this file. (See DATA below)
  1178.          (YES, you can assign aliases to commands that you declare in this
  1179.          section. But you must assign the aliases in the alias section
  1180.          first.)
  1181.  
  1182.      DATA is the actual text that gets printed when you request help.
  1183.          The format for the data section is set up in a way such that
  1184.          the NET HELP command picks up information about a command as it
  1185.          reads through this file. The format of the data section is as
  1186.          follows;
  1187.  
  1188.          The Command Name (this is the proper name used to reference a
  1189.          specific command - any other name used to access this command should
  1190.          be entered in the alias list above) should be preceded by a
  1191.          ".1". This defines that this Command Name would normally be the
  1192.          first thing typed when entering the command. An example of a ".1"
  1193.          Command Name would be NET. When HELP finds this entry, it knows
  1194.          what follows pertains to the NET command. What follows this ".1"
  1195.          entry can be one of 2 possible fields. The syntax operator ":1" or
  1196.          a sub switch operator ".2".
  1197.  
  1198.               Another option of the NET command could follow. If, as it
  1199.          does, the NET command has many options that can be specified, they
  1200.          should be enumerated on separate lines.  Each level of help for a
  1201.          specific command constitutes a higher "dot number". I think an
  1202.          example would make this clearer. Lets look at a help entry for the
  1203.          NET START command. The NET START command has additional options.
  1204.          NET START [SERVER WORKSTATION ALERTER ...etc]. In this example NET
  1205.          is the ".1" entry, START is a ".2" entry and SERVER, WKSTA, and
  1206.          ALERTER are all ".3" entries.
  1207.  
  1208.          .1     NET
  1209.          .2         START
  1210.          .3          SERVER
  1211.          .3          ALERTER
  1212.          .3          WORKSTATION
  1213.  
  1214.          In the example above I indented each level, this helps you
  1215.          visualize what's going on and is legal to do as long as the
  1216.          .X starts in column 1.
  1217.  
  1218.          This is all fine and well but what about the help for NET
  1219.          START SERVER. As stated before HELP allows two levels of
  1220.          assistance , Syntax and Help. You may choose to have the help
  1221.          be the same for all NET START options but obviously want
  1222.          different syntax displayed for each option. In order to do
  1223.          this you must place the help for any option (or sub-option)
  1224.          in the file prior to the help for the actual command. Sticking
  1225.          with our original example, lets assume that the SERVER and
  1226.          the WORKSTATION have enough in common that they want to share
  1227.          the same help message, but the alerter has some different
  1228.          information. We can accomplish this by specifying syntax, but
  1229.          no help for the SERVER and WORKSTATION options and specifying
  1230.          both for the ALERTER.
  1231.  
  1232.          .1     NET
  1233.          .2         START
  1234.          .3          SERVER
  1235. (Syntax)    :3              /Security /Autodisconnect ...etc
  1236.          .3          ALERTER
  1237. (Syntax)    :3
  1238. (Help)         #3              The alerter is the service that bla bla bla...etc
  1239.          .3          WORKSTATION
  1240.  
  1241. (Syntax)    :3              /Computername /Chartime ...etc
  1242. (Syntax)    :2
  1243. (Help)         #2          This is the help for NET START bla ... etc
  1244.  
  1245.           In the example above you will note a couple of things.
  1246.          First, I introduced two new operators ":" and "#". As indicated by
  1247.          the parentheses the ":" operator defines syntax data and "#"
  1248.          defines help data. Secondly, you may have noticed there were no
  1249.          syntax entries for the NET START ALERTER or NET START. In the
  1250.          case of NET START ALERTER, there may be no more syntax to be
  1251.          specified, since HELP generates the syntax as it reads the entries.
  1252.          In the case of NET START, leaving the syntax field blank, tells
  1253.          HELP to generate an option lists for the START command from the
  1254.          .3 entries found contained in the START section. If however,
  1255.          syntax information would have been placed there, HELP would have
  1256.          displayed the supplied information.
  1257.  
  1258.           This behavior can be expanded to 8 levels of sub-options.
  1259.          All level 1 (".1") entries must have a help ("#1") entry. The end
  1260.          of the data section must be marked by the following lines,
  1261.  
  1262.          :0
  1263.          #0
  1264.  
  1265.          beginning in column 1. There can be no more than 512 characters in
  1266.          the option field including the spaces between the options and the
  1267.          brackets. White space following the ".X" operators is ignored, white
  1268.          space following the ":X" and "#X" operators is printed exactly as
  1269.          entered. If data is entered on the next line following the syntax or
  1270.          help operators it is printed as entered, except that the first three
  1271.          columns are always ignored.
  1272.  
  1273. */
  1274.  
  1275.